Skip to content

Remove TSRM/tsrm_config.w32.h #4383

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

petk
Copy link
Member

@petk petk commented Jul 9, 2019

The tsrm_config.w32.h file is a simple wrapper for already defined symbols and includes elsewhere.

The tsrm_config.w32.h file is a simple wrapper for already defined
symbols and includes elsewhere.
@petk petk added the Quickfix label Jul 9, 2019
@nikic nikic requested a review from cmb69 July 10, 2019 13:36
Copy link
Member

@cmb69 cmb69 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only issue I can see would be that some external extension wants to include TSRM/tsrm_config.w32.h directly. Not sure if we'd be concerned about that. Otherwise, this looks good to me.

Thanks.

@petk
Copy link
Member Author

petk commented Jul 10, 2019

Hello, I've also checked extensions out there and there shouldn't be any among the widely adopted ones. This is actually following the #4090 and is an intermediate step towards making configuration headers a bit simpler to manage - related to unriddling #4371

Basically extensions should by design include php.h file (so it is system independent) and then configuration header dedicated to the extension itself and the given host environment at hand. I think this shouldn't cause any issues out there.

@php-pulls php-pulls closed this in d63fdce Jul 10, 2019
@petk petk deleted the patch-tsrm-config-h-win branch July 10, 2019 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants